home *** CD-ROM | disk | FTP | other *** search
- Path: naylor1.demon.co.uk!chris
- From: Chris Naylor <chris@naylor1.demon.co.uk>
- Newsgroups: comp.sys.amiga.programmer
- Subject: GCC PROBLEMS?
- Date: Sat, 16 Mar 1996 22:58:52 +0000
- Organization: anita
- Distribution: world
- Message-ID: <Qx9jRAAse0SxEws3@naylor1.demon.co.uk>
- NNTP-Posting-Host: naylor1.demon.co.uk
- X-NNTP-Posting-Host: naylor1.demon.co.uk
- MIME-Version: 1.0
- X-Newsreader: Turnpike Version 1.12 <JKDVHrMuZY1IrOMLoUeJcS4s7Y>
-
- Can someone helpme with the following problems?
-
- USHORT chip my_image_data[]=
- {
- 0xE300...
- The above is an example from the ACM manual,but fails to compile
- with GCC and is something to do with `chip` part, obviously this
- specifies that it should be in CHIPMEM but gcc does not reconise this
-
- Also what do the PROTO files do.
- How do I generate these files or dont I need to as most of the examples
- in ROM KERNAL MANUALS seem to #include these files.
-
-
- Martin Naylor
-